Skip to content

feat: fully update http.py routes and related methods #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

NeloBlivion
Copy link
Member

@NeloBlivion NeloBlivion commented Aug 3, 2025

  • Removed create_guild, create_from_template and delete_guild - bots can no longer own guilds.
  • Removed create_integration - bots cannot use this endpoint.
  • Removed start_group - Bots cannot use this endpoint.
  • Removed move_member and replace_roles - unused shortcuts for edit_member
  • Removed bulk_edit_guild_application_command_permissions - disabled in Permissions V2
  • Renamed change_my_nickname to edit_current_member
  • Added icon to edit_channel for group DMs.

Considering Removal:

  • set_voice_channel_status - functions, but not documented.

TODO:

  • Add Modify Guild Incident Actions
  • Update gateway methods to return full data
  • Ensure all methods are available in http.py rather than scattered elsewhere
  • Make method naming consistent
  • More additions I haven't researched yet

If you have any additions/removals yourself or want to try renaming, feel free.

FIxes #50

@Paillat-dev
Copy link
Member

@Lulalaby do you have any info on set_voice_channel_status ? I remember you saying something at one point.

@Lulalaby
Copy link
Member

Lulalaby commented Aug 3, 2025

Look at the time lmao. Good night. Ping me in discord about it and I'll check when I wake up again 😂❤️

@Lulalaby
Copy link
Member

Lulalaby commented Aug 4, 2025

discord/discord-api-docs#6400 is still a draft. the endpoint is working since forever. dunno why it's still not merged. I'll ask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure all documented routes are implemented in http.py
3 participants